Enable compiling Emacs with implicit Make rules suppressed
authorPo Lu <luangruo@yahoo.com>
Fri, 14 Jun 2024 01:58:04 +0000 (09:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 14 Jun 2024 02:44:31 +0000 (10:44 +0800)
commit4124b98509bf049a3ccf0f7319b7edf7cae3b6a0
tree697524b1b4f175f479511b4646f80b73c601b9eb
parent2dae603c4140a0a449b2ddaf572fe94de3908f31
Enable compiling Emacs with implicit Make rules suppressed

* lib/Makefile.in (.SUFFIXES):

* lwlib/Makefile.in (.SUFFIXES):

* oldXMenu/Makefile.in (.SUFFIXES):

* src/Makefile.in (.SUFFIXES): Register .c as a default suffix,
for this list is emptied when `-r' is provided to Make.
lib/Makefile.in
lwlib/Makefile.in
oldXMenu/Makefile.in
src/Makefile.in